home *** CD-ROM | disk | FTP | other *** search
- inherited fraSessionLogPage: TfraSessionLogPage
- Width = 540
- Height = 481
- Font.Height = -12
- ParentFont = False
- ExplicitWidth = 540
- ExplicitHeight = 481
- object lblMaxSessions: TResLabel [0]
- Left = 268
- Top = 52
- Width = 197
- Height = 14
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- FocusControl = edtMaxSessions
- ResourceCaption = 36510
- ResourceHint = 41750
- end
- object lblSessionLogHyperlink: TResLabel [1]
- Left = 8
- Top = 449
- Width = 62
- Height = 14
- Anchors = [akLeft, akBottom]
- OnClick = lblSessionLogHyperlinkClick
- ResourceCaption = 36520
- end
- inherited pnlHeader: TPanel
- Width = 540
- ExplicitWidth = 540
- inherited imgStep: TResImage
- ResourceImage = 'STP_RESULTS'
- end
- inherited lblStep: TResStaticText
- Width = 68
- Height = 18
- ResourceCaption = 36500
- ExplicitWidth = 68
- ExplicitHeight = 18
- end
- inherited btnContextHelp: TResTeButton
- Left = 505
- Visible = False
- Enabled = False
- ExplicitLeft = 505
- end
- end
- object edtMaxSessions: TSpinEdit
- Left = 472
- Top = 48
- Width = 60
- Height = 23
- Anchors = [akTop, akRight]
- Color = clWhite
- MaxValue = 100
- MinValue = 1
- TabOrder = 1
- Value = 3
- end
- object memSessionLog: TMemo
- Left = 8
- Top = 76
- Width = 523
- Height = 358
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clWhite
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 3
- WantReturns = False
- WordWrap = False
- end
- object btnSaveToFile: TResTeButton
- Left = 151
- Top = 445
- Width = 185
- Height = 25
- OnClick = btnSaveToFileClick
- Anchors = [akRight, akBottom]
- TabOrder = 2
- ResourceCaption = 36530
- ResourceHint = 41752
- end
- object btnClearLog: TResTeButton
- Left = 346
- Top = 445
- Width = 185
- Height = 25
- OnClick = btnClearLogClick
- Anchors = [akRight, akBottom]
- TabOrder = 4
- ResourceCaption = 36531
- ResourceHint = 41753
- end
- object dlgSave: TSaveDialog
- Filter = 'Text Files|*.txt'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 224
- Top = 168
- end
- end
-